GdkRGBA: Fix typo in documentation
authorTimm Bäder <mail@baedert.org>
Sun, 12 Jul 2020 08:55:31 +0000 (10:55 +0200)
committerTimm Bäder <mail@baedert.org>
Fri, 17 Jul 2020 03:49:11 +0000 (05:49 +0200)
gdk/gdkrgba.c

index b8bd025d3bb5c7d089edc5cc786959a85e0124cc..4d6d46143c6c89f520f48f87192ff9467e628645 100644 (file)
@@ -354,7 +354,7 @@ gdk_rgba_equal (gconstpointer p1,
  *
  * Returns a textual specification of @rgba in the form
  * `rgb(r,g,b)` or
- * `rgba(r g,b,a)`,
+ * `rgba(r,g,b,a)`,
  * where “r”, “g”, “b” and “a” represent the red, green,
  * blue and alpha values respectively. “r”, “g”, and “b” are
  * represented as integers in the range 0 to 255, and “a”